home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1867 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: dedal.man.szczecin.pl!usenet
  2. From: Miloslaw Smyk <smykm@felix.univ.szczecin.pl>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: Wed, 24 Jan 1996 13:25:40 +0100
  6. Organization: Technical University of Szczecin
  7. Message-ID: <31062544.2781@felix.univ.szczecin.pl>
  8. References: <4e2gqu$5ca@caers3.unicaen.fr>
  9. NNTP-Posting-Host: felix.univ.szczecin.pl
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (X11; I; IRIX 5.2 IP12)
  14.  
  15. Samuel Devulder wrote:
  16. > Hi !
  17. > Is it possible to write a real good mpeg player for the amiga ?
  18.  
  19. Yes.
  20. > I've tried mp and mpeg_play, but they are too sloow (even on my
  21. > 68030@40Mhz). I think this is due to the fact they come from
  22. > unix-world and don't try to use amiga-specific features.
  23.  
  24. No. Take a look at the sources. A lot of them has optimized chunky to
  25. planar converters and some time-critical parts moved to assembler.
  26.  
  27. > I'm not an expert, but may be doing some pre-processing on the
  28. > file (an index to start of frames for example) and only working
  29. > on luminance values (and skipping the decoding of other color
  30. > informations) could speed up the thing.
  31.  
  32. Nearly every MPEG player does so, when you specify -dither gray on the
  33. command line. For example you could try Michael Van Elst's mp or new
  34. version of aMiPEG (v0.5) which I enhanced with CyberGraphX support.
  35.  
  36. > It would be great if standard amigas could play mpeg anims with
  37. > a good speed. I don't think the color is always usefull, working
  38. > in black&white/grey mode at 20fps is better in my mind than having
  39. > a pseudo truecolor anim in ham8 at 2fps !!. Further more, if our
  40.  
  41. aMiPEG plays DebbieHarry.mpg 6.5 fps full screen HAM8 on 68040/25MHz and
  42. 7.1 on 24-bit screen in window.
  43.  
  44. > computer claims to be a "multimedia" machine, it is a pity that it
  45. > can't display mpeg in a correct way !
  46.  
  47. It is correct. Perhaps fast CPU is an answer. MPEG is very
  48. computation-intensive and no Amiga-specific features can help it.
  49.  
  50. Greetings,
  51. Milek
  52.  
  53. Ps. aMiPEG v0.5 will be on Aminet in the end of this week.
  54. -- 
  55. Life is too short to use Windows.
  56.